JavaScript

listObj.newDetailViewRecord Method

Syntax

listObj.newDetailViewRecord();

Description

Sets all of the controls in the List Detail view to their 'new record' value and deselects the current row in the List.

Example

var listObj = {dialog.object}.getControl("LIST1");

if (listObj) {
    listObj.newDetailViewRecord();
}

Limitations

List Control with Detail View Part

See Also